home *** CD-ROM | disk | FTP | other *** search
/ Revolution - Das Atari CD Magazin 1997 / Revolution - Das Atari CD Magazin 1.iso / software / anwendng / qed_397 / sourcen / tasten.h < prev    next >
C/C++ Source or Header  |  1996-01-02  |  429b  |  17 lines

  1. #ifndef _qed_tasten_h_
  2. #define _qed_tasten_h_
  3.  
  4. WORD        col_offset    (LINEP col);
  5. WORD        einrucken    (LINEP *col);
  6.  
  7. BOOLEAN    key            (TEXTP t_ptr, WINDP window, MKINFO *mk);
  8. VOID        get_undo_col(TEXTP t_ptr);
  9. VOID        do_undo_col    (TEXTP t_ptr, WORD undo);
  10. VOID        char_bs        (TEXTP t_ptr);
  11. VOID        char_cr        (TEXTP t_ptr);
  12. VOID        char_insert    (TEXTP t_ptr, UBYTE c);
  13. VOID        char_left    (TEXTP t_ptr);
  14. VOID         char_swap    (TEXTP t_ptr);
  15.  
  16. #endif
  17.